Namespace - LJCNetCommon
Parameters
letter - The text letter.
prevLetter - The text previous letter.
Returns
True if the letter should be skipped, otherwise false.
Syntax
C# |
public static Boolean IsSoundexLetter(Char letter, Char prevLetter)
|
Checks if the letter is a soundex skipped letter. (R)
Remarks
True if the letter is the first letter or not a vowel and not the same as
the previous letter.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.